home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvitovdu / rmcs_upgrade / 00readme.txt < prev    next >
Text File  |  1990-10-01  |  4KB  |  110 lines

  1. DVItoVDU v3.3        24 April 1990
  2. ~~~~~~~~~~~~~
  3.  
  4.  
  5. 1.  INTRODUCTION
  6. ~~~~~~~~~~~~~~~~ 
  7. This directory tree contains the files needed to upgrade Trevorrow's
  8. DVItoVDU v3.1 to v3.3. The changes made BETWEEN V3.1 AND V3.3 are detailed
  9. in the file 00CHANGES.TXT.  The files provided are: 
  10.  
  11. -----------------------------------------------------------------------------
  12. 00README.TXT             -    this file
  13. 00CHANGES.TXT             -     details of the changes made between v3.1
  14.                       and v3.3
  15.  
  16. DVITOVDU.CLD             -    the command verb definition file for DVItoVDU
  17. DVITOVDU_ONLINE.HLP         -    the file used by DVItoVDU to provide online 
  18.                 help
  19.  
  20. DVITOVDU_DCL.HLP         -    a help file suitable for inclusion in a DCL 
  21.                 help library
  22. RMCS_USERGUIDE.TEX         -    the DVItoVDU user guide prepared at RMCS
  23.  
  24. SRC.DIR                 -    a subdirectory containing the new / changed
  25.                 .DEF  & .MOD source modules.  For users of 
  26.                 DEC's module management system (MMS), there
  27.                 is a DESCRIP.MMS file for building DVItoVDU.
  28.  
  29. In addition, compiler .OBJ and .SYM files have been placed in the directory
  30. [TeX-Archive.Binary.DVItoVDU]; these were generated using V4.1-0 of the
  31. Modula-2 compiler supplied by Logitech.  For those without this compiler, a
  32. linked executable DVItoVDU.EXE is also provided in this directory; this has
  33. been linked against Logitech's run-time library, so will run on VMS V5.1
  34. and later, even when the shareable image for that library is not available.
  35. -----------------------------------------------------------------------------
  36.  
  37.  
  38.  
  39. 2.  INSTALLING DVItoVDU
  40. ~~~~~~~~~~~~~~~~~~~~~~~
  41.  
  42. The files needed to install DVItoVDU v3.3 are:
  43.  
  44.     DVITOVDU.CLD
  45.     DVITOVDU.EXE
  46.     DVITOVDU_ONLINE.HLP
  47.  
  48. The image DVITOVDU.EXE is provided, though you can build it from the 
  49. sources (see section 4.)
  50.  
  51. The DVItoVDU.CLD file defines the DVItoVDU command verb.  You will need to 
  52. edit several items to suit your system setup (notably the IMAGE line and the 
  53. default values of the /HELP_FILE, /PK_FONT_DIRECTORY & /PXL_FONT_DIRECTORY 
  54. qualifiers).  Once you've copied the above files to the chosen locations, 
  55. DVItoVDU v3.3 is ready to use.
  56.  
  57.  
  58.  
  59. 3.  INSTALLING DVItoVDU
  60. ~~~~~~~~~~~~~~~~~~~~~~~
  61. Some documentation is provided, namely a user guide and a help file suitable 
  62. for online DCL help.
  63.  
  64. To add DCL help for DVItoVDU to (for example) the main help library, use a 
  65. command like:
  66.  
  67.     LIBRARY/LOG/HELP/REPLACE SYS$HELP:HELPLIB.HLB DVITOVDU_DCL.HLP
  68.  
  69. The userguide is in LaTeX source format, and can be processed ready for use by 
  70. your DVI-to-?? driver with the commands:
  71.  
  72.     LATEX rmcs_userguide
  73.     LATEX rmcs_userguide
  74.  
  75.  
  76. 4.   BUILDING DVItoVDU FROM SOURCES
  77. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  78. You'll need a MODULA-2 compiler to build DVItoVDU from sources.  Assuming 
  79. that you already have the sources for DVItoVDU v3.0, you should COPY in the 
  80. files provided in the [.SRC] subdirectory. This will replace some of the 
  81. existing files and insert some new ones.  
  82.  
  83. If you are fortunate to have DEC's Module Management System (MMS), the 
  84. supplied DESCRIP.MMS file will do most of the work for you.  If you don't have 
  85. MMS, the command file BUILD_DVITOVDU.COM may help.
  86.  
  87. Before compiling, check the 00CHANGES.TXT file as some of the changes made may 
  88. not be supported by your compiler.  If you do manage to produce a working 
  89. DVItoVDU, please let us know - we'd like to support as many compilers as 
  90. possible.
  91.  
  92.  
  93.  
  94. 5.  CONTACT ADDRESS
  95. ~~~~~~~~~~~~~~~~~~~
  96. Most of the changes were made at RMCS, with some of VDU modules and ideas 
  97. contributed Phil Taylor of RHBNC <chaa006@uk.ac.rhbnc.vaxa>.
  98. Suggestions and/or constructive criticisms are welcome!  Please post them to:
  99.  
  100.             Niel Kempson
  101.  
  102. .-------------------------------------------------------------------------.
  103. | JANET:     tex@uk.ac.cranfield.rmcs                                     |
  104. | BITNET:    tex%uk.ac.cranfield.rmcs@ukacrl                              |
  105. | INTERNET:  tex%uk.ac.cranfield.rmcs@nsfnet-relay.ac.uk                  |
  106. | Smail:     School of Electrical Engineering & Science, Royal Military   |
  107. |            College of Science, Shrivenham, SWINDON SN6 8LA, U.K.        |
  108. | Phone:     Swindon (0793) 785687 (UK), +44-793-785687 (International)   |
  109. `-------------------------------------------------------------------------'
  110.